Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal destinationImage As RasterImage, _ ByVal destinationPoints() As Point, _ ByVal sourceRectangle As Rectangle, _ ByVal flags As CombineWarpCommandFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public CombineWarpCommand( RasterImage destinationImage, Point[] destinationPoints, Rectangle sourceRectangle, CombineWarpCommandFlags flags ) |
Managed Extensions for C++ | |
---|---|
public: CombineWarpCommand( RasterImage* destinationImage, Point[]* destinationPoints, Rectangle sourceRectangle, CombineWarpCommandFlags flags ) |
C++/CLI | |
---|---|
public: CombineWarpCommand( RasterImage^ destinationImage, array<Point>^ destinationPoints, Rectangle sourceRectangle, CombineWarpCommandFlags flags ) |
Parameters
- destinationImage
- The destination image for the command.
- destinationPoints
- An array that contains the four points that define the warp area in the destination image.
- sourceRectangle
- Defines the area of the source image to be warped.
- flags
- Flags that indicate the type of interpolation to use, if interpolation is used.
For an example, refer to CombineWarpCommand.
destinationImage will hold the result of combing this image with the image passed to the RasterCommand.Run method.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family